Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ActionResponse.
Parameters that a Chat app can use to configure how its response is posted.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dialog_action
def dialog_action() -> ::Google::Apps::Chat::V1::DialogAction
Returns
-
(::Google::Apps::Chat::V1::DialogAction) — Input only. A response to an interaction event related to a
dialog. Must be
accompanied by
ResponseType.Dialog
.
#dialog_action=
def dialog_action=(value) -> ::Google::Apps::Chat::V1::DialogAction
Parameter
-
value (::Google::Apps::Chat::V1::DialogAction) — Input only. A response to an interaction event related to a
dialog. Must be
accompanied by
ResponseType.Dialog
.
Returns
-
(::Google::Apps::Chat::V1::DialogAction) — Input only. A response to an interaction event related to a
dialog. Must be
accompanied by
ResponseType.Dialog
.
#type
def type() -> ::Google::Apps::Chat::V1::ActionResponse::ResponseType
Returns
- (::Google::Apps::Chat::V1::ActionResponse::ResponseType) — Input only. The type of Chat app response.
#type=
def type=(value) -> ::Google::Apps::Chat::V1::ActionResponse::ResponseType
Parameter
- value (::Google::Apps::Chat::V1::ActionResponse::ResponseType) — Input only. The type of Chat app response.
Returns
- (::Google::Apps::Chat::V1::ActionResponse::ResponseType) — Input only. The type of Chat app response.
#updated_widget
def updated_widget() -> ::Google::Apps::Chat::V1::ActionResponse::UpdatedWidget
Returns
- (::Google::Apps::Chat::V1::ActionResponse::UpdatedWidget) — Input only. The response of the updated widget.
#updated_widget=
def updated_widget=(value) -> ::Google::Apps::Chat::V1::ActionResponse::UpdatedWidget
Parameter
- value (::Google::Apps::Chat::V1::ActionResponse::UpdatedWidget) — Input only. The response of the updated widget.
Returns
- (::Google::Apps::Chat::V1::ActionResponse::UpdatedWidget) — Input only. The response of the updated widget.
#url
def url() -> ::String
Returns
-
(::String) — Input only. URL for users to authenticate or configure. (Only for
REQUEST_CONFIG
response types.)
#url=
def url=(value) -> ::String
Parameter
-
value (::String) — Input only. URL for users to authenticate or configure. (Only for
REQUEST_CONFIG
response types.)
Returns
-
(::String) — Input only. URL for users to authenticate or configure. (Only for
REQUEST_CONFIG
response types.)