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
303 |
# File 'sig/client.rbs', line 303
def application: () -> Types::MetaFlowApplicationInfo
|
#categories ⇒ ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
296 |
# File 'sig/client.rbs', line 296
def categories: () -> ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
|
#data_api_version ⇒ ::String
299 |
# File 'sig/client.rbs', line 299
def data_api_version: () -> ::String
|
#endpoint_uri ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def endpoint_uri: () -> ::String
|
#flow_id ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def flow_id: () -> ::String
|
#flow_name ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def flow_name: () -> ::String
|
#flow_status ⇒ ::String
295 |
# File 'sig/client.rbs', line 295
def flow_status: () -> ::String
|
#health_status ⇒ Types::MetaFlowHealthStatus
304 |
# File 'sig/client.rbs', line 304
def health_status: () -> Types::MetaFlowHealthStatus
|
#json_version ⇒ ::String
298 |
# File 'sig/client.rbs', line 298
def json_version: () -> ::String
|
#preview ⇒ Types::MetaFlowPreviewInfo
301 |
# File 'sig/client.rbs', line 301
def preview: () -> Types::MetaFlowPreviewInfo
|
#validation_errors ⇒ ::Array[::String]
297 |
# File 'sig/client.rbs', line 297
def validation_errors: () -> ::Array[::String]
|
#whats_app_business_account ⇒ Types::MetaFlowWhatsAppBusinessAccountInfo
302 |
# File 'sig/client.rbs', line 302
def whats_app_business_account: () -> Types::MetaFlowWhatsAppBusinessAccountInfo
|