Module: Aws::SocialMessaging::Client::_GetWhatsAppFlowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWhatsAppFlowOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application ⇒ Types::MetaFlowApplicationInfo
- #categories ⇒ ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
- #data_api_version ⇒ ::String
- #endpoint_uri ⇒ ::String
- #flow_id ⇒ ::String
- #flow_name ⇒ ::String
- #flow_status ⇒ ::String
- #health_status ⇒ Types::MetaFlowHealthStatus
- #json_version ⇒ ::String
- #preview ⇒ Types::MetaFlowPreviewInfo
- #validation_errors ⇒ ::Array[::String]
- #whats_app_business_account ⇒ Types::MetaFlowWhatsAppBusinessAccountInfo
Instance Method Details
#application ⇒ Types::MetaFlowApplicationInfo
293 |
# File 'sig/client.rbs', line 293
def application: () -> Types::MetaFlowApplicationInfo
|
#categories ⇒ ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
286 |
# File 'sig/client.rbs', line 286
def categories: () -> ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
|
#data_api_version ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def data_api_version: () -> ::String
|
#endpoint_uri ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def endpoint_uri: () -> ::String
|
#flow_id ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def flow_id: () -> ::String
|
#flow_name ⇒ ::String
284 |
# File 'sig/client.rbs', line 284
def flow_name: () -> ::String
|
#flow_status ⇒ ::String
285 |
# File 'sig/client.rbs', line 285
def flow_status: () -> ::String
|
#health_status ⇒ Types::MetaFlowHealthStatus
294 |
# File 'sig/client.rbs', line 294
def health_status: () -> Types::MetaFlowHealthStatus
|
#json_version ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def json_version: () -> ::String
|
#preview ⇒ Types::MetaFlowPreviewInfo
291 |
# File 'sig/client.rbs', line 291
def preview: () -> Types::MetaFlowPreviewInfo
|
#validation_errors ⇒ ::Array[::String]
287 |
# File 'sig/client.rbs', line 287
def validation_errors: () -> ::Array[::String]
|
#whats_app_business_account ⇒ Types::MetaFlowWhatsAppBusinessAccountInfo
292 |
# File 'sig/client.rbs', line 292
def whats_app_business_account: () -> Types::MetaFlowWhatsAppBusinessAccountInfo
|